home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / Packer / xad / Developer / Include / ReadMe.TXT
Text File  |  1999-03-29  |  1KB  |  33 lines

  1. xadmaster.library got a design which is a result of programming for
  2. xfdmaster.library, programming xpkmaster.library and FD2Pragma tool. I got
  3. some problems with these and tried to fix them for xadmaster.library.
  4. I hope I got all :-) We will see in some years.
  5.  
  6. The library has a very open interface allowing future enhancements easily.
  7. Nearly all funtions get their arguments through TagItem structures and
  8. all structures must be allocated through xadmaster.library which ensures
  9. the ability to expand them. The functions using Tag arrays end with A.
  10. Related varags functions end without A, but are not supported on all
  11. compilers directly. Use FD2Pragma to create link libraries for e.g.
  12. MaxonC++ compiler.
  13.  
  14. The library is done in pure C code compiled with SAS-C. It does not use
  15. global variables and library bases or the ExecBase pointer from 4.W. All
  16. the necessary data is stored locally. All library functions use the normal
  17. library interface for their work (e.g. xadGetInfo does not call
  18. xadAllocObject internally, but with normal library call).
  19.  
  20. The library base pointers stored in xadMasterBase should be used from
  21. clients only. No other programs should access them to ensure future
  22. compatibility!
  23.  
  24. If you need additionally include files, use FD2Pragma utility. It can be
  25. found in Aminet under name dev/misc/FD2Pragma.lha.
  26.  
  27. It is able to produce stub libraries, lvo, proto and pragma files and a lot
  28. of other stuff.
  29.  
  30. Dirk Stöcker <stoecker@amigaworld.com>
  31.  
  32. 14th October 1998
  33.